refactor: remove duplicate package import#1425
Open
liuyueyangxmu wants to merge 1 commit intodymensionxyz:mainfrom
Open
refactor: remove duplicate package import#1425liuyueyangxmu wants to merge 1 commit intodymensionxyz:mainfrom
liuyueyangxmu wants to merge 1 commit intodymensionxyz:mainfrom
Conversation
mtsitrin
approved these changes
Dec 2, 2025
Author
|
@mtsitrin Thank you for your approval. |
Author
|
It seems that the CI failure is unrelated to this change env:
GOPRIVATE: github.com/dymensionxyz/*
GH_ACCESS_TOKEN:
/home/runner/_work/_temp/014aaab4-56c8-4a3d-9d4e-a8ddd3bec9ad.sh: line 1: make: command not found |
artemijspavlovs
requested changes
Dec 15, 2025
Collaborator
artemijspavlovs
left a comment
There was a problem hiding this comment.
use an alias - eibcutils
Signed-off-by: liuyueyangxmu <liuyueyangxmu@outlook.com>
Author
@artemijspavlovs Thank you for your review. Modified. Please review it again. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Standards
Opening a pull request should be able to meet the following requirements
github.com/dymensionxyz/roller/utils/eibcwas imported twice.I remove the duplicate import to make the code cleaner and more readable.
For Author:
godoccommentsFor Reviewer:
After reviewer approval: